Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(log): Fix wrong timezone in logfiles #558

Merged
merged 1 commit into from
Jul 18, 2024
Merged

fix(log): Fix wrong timezone in logfiles #558

merged 1 commit into from
Jul 18, 2024

Conversation

rumpelsepp
Copy link
Member

Since 939f267 the logfiles contained
the UTC timezone which is wrong. This patch changes the code such that
the timezone is set correctly to the local timezone of the current
platform.

@rumpelsepp rumpelsepp requested a review from peckto as a code owner July 17, 2024 16:34
@rumpelsepp rumpelsepp linked an issue Jul 17, 2024 that may be closed by this pull request
@rumpelsepp rumpelsepp added the bug Something isn't working label Jul 17, 2024
@rumpelsepp rumpelsepp requested a review from fkglr July 17, 2024 16:34
Since 939f267 the logfiles contained
the UTC timezone which is wrong. This patch changes the code such that
the timezone is set correctly to the **local** timezone of the current
platform.
@rumpelsepp rumpelsepp merged commit ccc3ff1 into master Jul 18, 2024
12 checks passed
@rumpelsepp rumpelsepp deleted the time branch July 18, 2024 16:00
@rumpelsepp
Copy link
Member Author

tested by me and @peckto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logged time is UTC without time zone information/adjustments
1 participant